-
Notifications
You must be signed in to change notification settings - Fork 739
[ICRDMA] Do not scan devices from ctor. Restore ut. EXT-1639 #28087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🟢 |
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ ⚪ Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
…tform#28087) Access to ibverbs library from ctor of LinkManager causes issue with msan for whole project. To solve it we will initialise rdma context only if it needed. Msan tests will not be run for rdma related code.
Access to ibverbs library from ctor of LinkManager causes issue with msan for whole project. To solve it we will initialise rdma context only if it needed. Msan tests will not be run for rdma related code.
…tform#28087) Access to ibverbs library from ctor of LinkManager causes issue with msan for whole project. To solve it we will initialise rdma context only if it needed. Msan tests will not be run for rdma related code.
Changelog entry
Access to ibverbs library from ctor of LinkManager causes issue with msan for whole project. To solve it we will initialise rdma context only if it needed. Msan tests will not be run for rdma related code.
Changelog category
Description for reviewers
...